@charset "utf-8";
/* CSS Document */

#menuh-container
	{
	float:left;
	margin: 0px;
	height: 34px;
	padding: 0;
	width: 100%;
	z-index: 6;
	display: inline;
	background-color:#83805C;
	list-style-image: none;
	list-style-type: none;	

	}

#menuh
	{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin-bottom: 1em;
	top: 136px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-left: 1px solid #fff;
	border-bottom: .5px solid #fff;
	white-space:nowrap;
	margin:0;
	padding: 0.7em 1.5em 0.7em 1.5em;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #83805C;		/* sage green */
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color:#C4C1AA;	/* transparent sage green */
	text-decoration:none;
	}	
	
/*#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
/*	{
	background-image: url(navdown_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
/*	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}*/

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:10em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: .9em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/*begin vertical menu styling */	

#menuvert {
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	width: 258px;
	top: -3px;
	left: 5px;
	clear: both;
	visibility: visible;
	z-index: 8;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #CCC;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 2px;
	/* padding-left: 5px; */
}

 #menuvert ul
{
	list-style:none;
	/*url(https://www.fws.gov/southwest/graphics/.gif); */
	font-size:small;
	font-weight: lighter;
	width: 258px;
	padding: 0;
	margin-left: 45px;
	margin-top: 3px;
	margin-bottom: 7px;
	text-decoration: none;
}
 
 #menuvert ul a:hover
{
	/* text-decoration: underline; */
	color:#999;
	text-decoration:underline;
	background-color:#e3e3e3;
}

 #menuvert ul a
{
	color:#999;
	font-weight:lighter;
	text-decoration: none;

}

 #menuvert h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	text-transform:none;
	/* text-align:left; */
	width: 258px;
	text-indent: 30px;
	color:#fff;
	background-color:#ebebeb;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	border-bottom: 1px;
	border-bottom-color:;
	border-bottom-style:solid;
	border-left: 1px;
	border-left-color: #e3e3e3;
	border-left-style:solid;
	border-right:none;
	padding-top: 3px;
	padding-bottom: 4px;
}

 #menuvert h4 a:hover
{
	
	color:#FFF;
	text-decoration:underline;
}

 #menuvert h4 a
{
	color:#666666;
	text-decoration:none;
	text-align: left;
}
 #menuvert h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	text-transform:none;
	/* text-align:left; */
	width: 258px;
	text-indent: 40px;
	color:#fff;
	background-color:#ebebeb;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	border-bottom: 1px;
	border-bottom-color:;
	border-bottom-style:solid;
	border-left: 1px;
	border-left-color: #e3e3e3;
	border-left-style:solid;
	border-right:none;
	padding-top: 3px;
	padding-bottom: 4px;
}

 #menuvert h5 a:hover
{
	
	color:#FFF;
	text-decoration:underline;
}

 #menuvert h5 a
{
	color:#666666;
	text-decoration:none;
	text-align: left;
}
h4
{
font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:lighter;
	text-align:left;
	color:#666666;
}

h5
{
font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	text-align:left;
	text-indent: 10px;
	color:#666666;
}

a
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
 text-decoration: underline;
 color:#990000;
}
